home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1995 March / Macworld CD-ROM (March 1995).cdr / Demos / Paper Planes / P17-20 / 00284.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  260 b   |  13 lines

  1. on exitFrame
  2.   global Step, NumFrames, theGauge, lastQT
  3.   set Step to 14
  4.   set NumFrames to 27
  5.   initAnnotations(30, 0)
  6.   mSetLevel(theGauge, Step)
  7.   set lastQT to "P18S14"
  8.   cursor(4)
  9.   preLoadCast(the number of cast lastQT)
  10.   setUpFastFwd()
  11.   cursor(-1)
  12. end
  13.